@charset "utf-8";
.aui_outer {
	font-size: 12px;
}
.aui_border {
	border: 3px solid red;
}
.aui_titleBar {
	height: 0px;
	overflow: hidden;
}
.aui_close {
	position: absolute;
	right: -10px;
	top: -10px;
	display: block;
	height: 11px;
	width: 11px;
	background: url(../../images/zhijin/map_dialog_close_icon.gif) no-repeat;
	
	text-indent: -9999px;
}
.aui_content {
	max-height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: white;
}
.aui_footer {
	text-align: right;
}